CFGs:

DKCKrusha.cfg : Auto Palette Assignment
DKCKrushaMA.cfg : Manual Palette assignment
DKCKrushaNA.cfg : No Palette assignment

Flags:
In the ".asm" file you can change these values that enable or disable functions:

    !BobOmbInteraction = 1
    !YoshiFireballInteraction = 1
    !YoshiStompingInteraction = 1
    !CapeStompingInteraction = 1
    !CapeInteraction = 1
    !FireballInteraction = 1
    !SpriteInteraction = 1

Constants:
In the ".asm" file you can change this:

    !LaughTime = $20        ;Time used to laugh
    !RecoilXSpeed = $38     ;Player X Speed when is knocked back
    !RecoilYSpeed = $C0     ;Player Y Speed when is knocked back

SFXs:
In the ".asm" file you can change these values to changes SFXs and if use 1DF9 or 1DFC:

    !LaughSFX = $6E
    !DeadSFX = $6F
    !EnemyHit = $53

    !LaughSFXAddr = $1DF9|!addr
    !DeadSFXAddr = $1DF9|!addr
    !EnemyHitAddr = $1DFC|!addr

Extra Bits:
    2 = Left Initial Direction
    3 = Right Initial Direction

Extra Byte 1:
    E PPP VVVV

        E: 
            0 => Palette is not affected by Global Color Palette Effect System
            1 => Palette is affected by Global Color Palette Effect System
        PPP:
            Palette used by the sprite if uses Manual Palette assignment or No Palette Assignment
            000 => Palette 8, 001 => Palette 9, ..., 111 => Palette F

Color Themes (VVVV):
    0000 Blue: It can be killed with ground pound.
    0001 Gray: It can’t be killed with jumps.

Extra Byte 2: 
    X Speed. Must be between $00-$7F.
